-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polish analysis of a multiclosure test #1982
Conversation
06db65c
to
b2b8557
Compare
bf843e1
to
46bba4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that the PR is ready for review.
The only things I would change as commented above is that the single data point ratio bias variance analysis does not reside in kinematics.py
but rather in multiclosure_inconsistent.py
/ multiclosure_inconsistent_output.py
@comane thanks for this. If you want, ask myself for the review (but also add one between @scarlehoff and @RoyStegeman given that part of this PR is based on my work and it does not make sense for me to review my own functions ) |
5fca583
to
91d493d
Compare
509a521
to
a09d394
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ciao @andreab1997 , I added some minor comments on some of the parts of the code that you and Giovanni wrote.
When you have the time, feel free to add a review to the inconsistent_closuretest
folder
validphys2/src/validphys/compareinconsistentclosuretemplates/multiclosure_analysis.yaml
Outdated
Show resolved
Hide resolved
validphys2/src/validphys/closuretest/inconsistent_closuretest/multiclosure_inconsistent.py
Outdated
Show resolved
Hide resolved
validphys2/src/validphys/closuretest/inconsistent_closuretest/multiclosure_inconsistent.py
Outdated
Show resolved
Hide resolved
validphys2/src/validphys/closuretest/inconsistent_closuretest/multiclosure_inconsistent.py
Outdated
Show resolved
Hide resolved
...phys2/src/validphys/closuretest/inconsistent_closuretest/multiclosure_inconsistent_output.py
Show resolved
Hide resolved
b0ec210
to
59e3eea
Compare
d6c0929
to
76001f4
Compare
76001f4
to
cc5f8ac
Compare
This is then ready to be merged? (@andreab1997 @comane ) |
I don't think so, surely I need to review this again but in any case I would wait for the paper to be published. |
This piece is complete and already rebased on top of master isn't it? If so it should be merged, worst case scenario you can note down the checksum of the commit but leaving it as a branch risks nobody taking care of it after the paper is out (which is what happened with the previous closure test branches and basically meant redoing a lot of stuff that mwilson already did) |
Ok I agree but still I would like to have another look. I will do before the end of this week in such a way we can merge this before saturday. Is that ok? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I had a look and more or less nothing relevant changed since the last time I reviewed. @comane if you can answer the comments I left last time we can probably merge this soon.
Hi @andreab1997, I addressed most of the comments that you left, as well as those that I wrote myself. There is one main issue with this PR at present, namely, the way in which the compare inconsistent closure test script works. This script is problematic, because it's not possible to have a The problem, I think, can be solved by removing the vp-compare fits from If you could take care of this that would be great. |
Just to understand, this issue is only there if you use the CLI or even if you write your own runcard and template? |
I think it's there if I run |
4c5c612
to
d83d620
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, let's wait for the tests to finish then merge!
Here we collect new functions and template that allow the analysis of multiclosure tests.
@comane @giovannidecrescenzo @mariaubiali @andreab1997